home *** CD-ROM | disk | FTP | other *** search
/ sustworks.com / 2014.06.sustworks.com.tar / sustworks.com / IPNR_FBA_Switch.sea.hqx / IPNetRouter.FBA ReadMe < prev    next >
Text File  |  2000-06-26  |  2KB  |  58 lines

  1. IPNetRouter.FBA ReadMe
  2. Sustainable Softworks
  3. June 26, 2000
  4.  
  5. This ReadMe file contains basic directions to help you get started using
  6. IPNetRouter as a Faceless Background Application (FBA).
  7.  
  8. Before trying to use the FBA version of IPNetRouter, you should
  9. have installed the normal (non FBA) version of IPNetRouter and
  10. have a working configuration that you are comfortable with
  11. (version 1.4 or later recommended).
  12.  
  13. Faceless Background Applications are similar to other Macintosh
  14. applications except that they have no user interface so can only
  15. be controlled via Apple Events.  The FBA version of IPNetRouter
  16. is built with Finder file type 'appe' and appears as an Extension
  17. on the desktop.  By placing this file in your Extensions folder,
  18. the IPNetRouter.FBA application will automatically launch at System
  19. Startup but will not appear in the Finder's application menu.
  20. To control this application, you must either:
  21.  
  22. Ñ use our "IPNetRouter FBA Switch" application to turn the FBA on and off.
  23. (this also requires a preconfigured IPNetRouter configuration file called 
  24. "Router Config" which must be placed within your Preferences Folder).
  25.  
  26. Ñ directly control the IPNetRouter.FBA application with AppleEvents (AppleScript).
  27.  
  28. Notice you CANNOT simply place a copy of your saved settings file in
  29. the Startup Items folder since this will try to open the normal
  30. IPNetRouter application from the Desktop. If you rename your IPNetRouter
  31. settings file "Router Config" and place it in your Preferences Folder,
  32. IPNetRouter will open it automatically when it starts up. This works
  33. for the desktop application version as well, so it is easy to test.
  34.  
  35. Alternatively, two simple AppleScripts are provided as examples of how to
  36. use IPNetRouter.FBA.  The first example called "FBA Quit" simply
  37. quits the FBA version so you can run the normal version from
  38. the desktop.
  39.  
  40.     tell application "IPNetRouter.FBA" to quit
  41.  
  42. The second example called "FBA Open Settings" shows how to
  43. tell IPNetRouter.FBA to open an IPNetRouter saved configuration
  44. file to change your TCP/IP configuration.
  45.  
  46.     tell application "IPNetRouter.FBA" to open file "IPNR:masquerading"
  47.  
  48. Using the ScriptEditor, you can modify this script to point
  49. to your own settings file and save it as a Run-Only script
  50. to be placed in your Startup Items folder.
  51.  
  52. IPNetRouter writes out the log window to a file named "IPNR.log" in
  53. your Preferences folder so you can check the log even when running
  54. the  FBA version.
  55.  
  56. Enjoy!
  57.  
  58. - Peter Sichel